home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / TEMP / GNU / bison / Concepts < prev    next >
Text File  |  1995-06-28  |  1KB  |  25 lines

  1. Concepts
  2. Previous: <Copying=>Copying> * Next: <Examples=>Examples> * Up: <Top=>!Root>
  3.  
  4. #Wrap on
  5. {fH2}The Concepts of Bison{f}
  6.  
  7. This chapter introduces many of the basic concepts without which the
  8. details of Bison will not make sense.  If you do not already know how to
  9. use Bison or Yacc, we suggest you start by reading this chapter carefully.
  10.  
  11. #Wrap off
  12. <Language and Grammar=>Languagean>:  Languages and context-free grammars,
  13.                             as mathematical ideas.
  14. <Grammar in Bison=>GrammarinB>:  How we represent grammars for Bison's sake.
  15. <Semantic Values=>SemanticVa>:   Each token or syntactic grouping can have
  16.                         a semantic value (the value of an integer,
  17.                         the name of an identifier, etc.).
  18. <Semantic Actions=>SemanticAc>:  Each rule can have an action containing C code.
  19. <Bison Parser=>BisonParse>:      What are Bison's input and output,
  20.                         how is the output used?
  21. <Stages=>Stages>:            Stages in writing and running Bison grammars.
  22. <Grammar Layout=>GrammarLay>:    Overall structure of a Bison grammar file.
  23. #Wrap on
  24.  
  25.